/ Assembly List / LJCDataAccess / DataCommon / GetDbDate

Namespace - LJCDataAccess


Parameters
dateText - The date string.
connectionType - The database connection type.

Returns

The DataTime value or MinValue if empty.

Syntax

C#
public static DateTime GetDbDate(String dateText, ConnectionType connectionType = ConnectionType.SqlServer)

Converts the date string to a DateTime value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.